Html Css Color HEX #90BCDF Cornflower

📋 copy color: '#90BCDF'

red 144 ◦ green 188 ◦ blue 223

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

Shades of Cornflower #90BCDF

Tints of Cornflower #90BCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 25.95%
G = 33.87%
B = 40.18%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90BCDF (or 0x90BCDF) is known color: Cornflower. HEX triplet: 90, BC and DF. RGB value is (144,188,223). Sum of RGB (Red+Green+Blue) = 144+188+223=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #90BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCDF is #6F4320. Grayscale: #B2B2B2. Windows color (decimal): -7291681 or 14662800. OLE color: 14662800.

HSL color Cylindrical-coordinate representation of color #90BCDF: hue angle of 206.58º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BCDF is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 188 223 -
CMYK 0.35 0.16 0 0.13
HSL 206.58º 0.55% 0.72% -
HSV(B) 206.58º 0.35% 0.87% -
XYZ 42.8 47.22 76.67 -
YUV 178.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 144 188 223 0.35 0.16 0 0.13 206.58 0.55 0.72
Hex 90 BC DF 23 10 0 D CF 37 48
Octal 220 274 337 43 20 0 15 317 67 110
Binary 10010000 10111100 11011111 100011 10000 0 1101 11001111 110111 1001000

Color Harmonies of #90BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCDF

Black with #90BCDF

Text Example


Text Example

White with #90BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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