Html Css Color HEX #90BDEA Cornflower

📋 copy color: '#90BDEA'

red 144 ◦ green 189 ◦ blue 234

#90BDEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #90BDEA

Tints of Cornflower #90BDEA

RGB

 RED value IS 144 (56.64% from 255) = 25.4%

 GREEN value IS 189 (74.22% from 255) = 33.33%

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 25.4%
G = 33.33%
B = 41.27%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#90BDEA (or 0x90BDEA) is known color: Cornflower. HEX triplet: 90, BD and EA. RGB value is (144,189,234). Sum of RGB (Red+Green+Blue) = 144+189+234=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #90BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDEA is #6F4215. Grayscale: #B4B4B4. Windows color (decimal): -7291414 or 15383952. OLE color: 15383952.

HSL color Cylindrical-coordinate representation of color #90BDEA: hue angle of 210º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90BDEA is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 189 234 -
CMYK 0.38 0.19 0 0.08
HSL 210º 0.68% 0.74% -
HSV(B) 210º 0.38% 0.92% -
XYZ 44.55 48.27 84.81 -
YUV 180.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 144 189 234 0.38 0.19 0 0.08 210 0.68 0.74
Hex 90 BD EA 26 13 0 8 D2 44 4A
Octal 220 275 352 46 23 0 10 322 104 112
Binary 10010000 10111101 11101010 100110 10011 0 1000 11010010 1000100 1001010

Color Harmonies of #90BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BDEA

Black with #90BDEA

Text Example


Text Example

White with #90BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BDEA; }

 p { color: rgb(144,189,234); }

 H1.HeaderClassName
 {
   color: #90BDEA;
 }
 .AnyTagClassName
 {
   color: #90BDEA;
 }
</style>

background-color css

<style>
 a { background-color: #90BDEA; }

 a { background-color: rgb(144,189,234); }

 div.DivClassName
 {
   background-color: #90BDEA;
 }
 .BgClassName
 {
   background-color: #90BDEA;
 }
</style>

border-color css

<style>
 span { border-color: #90BDEA; }

 span { border-color: rgb(144,189,234); }

 td.TdClassName
 {
   border-color: #90BDEA;
 }
 .TagClassName
 {
   border-color: #90BDEA;
 }
</style>