Html Css Color HEX #90BCDA Cornflower

📋 copy color: '#90BCDA'

red 144 ◦ green 188 ◦ blue 218

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

Shades of Cornflower #90BCDA

Tints of Cornflower #90BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.18%

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 26.18%
G = 34.18%
B = 39.64%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#90BCDA (or 0x90BCDA) is known color: Cornflower. HEX triplet: 90, BC and DA. RGB value is (144,188,218). Sum of RGB (Red+Green+Blue) = 144+188+218=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #90BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCDA is #6F4325. Grayscale: #B2B2B2. Windows color (decimal): -7291686 or 14335120. OLE color: 14335120.

HSL color Cylindrical-coordinate representation of color #90BCDA: hue angle of 204.32º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90BCDA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 188 218 -
CMYK 0.34 0.14 0 0.15
HSL 204.32º 0.5% 0.71% -
HSV(B) 204.32º 0.34% 0.85% -
XYZ 42.14 46.96 73.17 -
YUV 178.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 144 188 218 0.34 0.14 0 0.15 204.32 0.5 0.71
Hex 90 BC DA 22 E 0 F CC 32 47
Octal 220 274 332 42 16 0 17 314 62 107
Binary 10010000 10111100 11011010 100010 1110 0 1111 11001100 110010 1000111

Color Harmonies of #90BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCDA

Black with #90BCDA

Text Example


Text Example

White with #90BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,188,218); }

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

background-color css

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

 a { background-color: rgb(144,188,218); }

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

border-color css

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

 span { border-color: rgb(144,188,218); }

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