Html Css Color HEX #90BDDA Cornflower

📋 copy color: '#90BDDA'

red 144 ◦ green 189 ◦ blue 218

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

Shades of Cornflower #90BDDA

Tints of Cornflower #90BDDA

RGB

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

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

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

R = 26.13%
G = 34.3%
B = 39.56%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#90BDDA (or 0x90BDDA) is known color: Cornflower. HEX triplet: 90, BD and DA. RGB value is (144,189,218). Sum of RGB (Red+Green+Blue) = 144+189+218=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #90BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDDA is #6F4225. Grayscale: #B2B2B2. Windows color (decimal): -7291430 or 14335376. OLE color: 14335376.

HSL color Cylindrical-coordinate representation of color #90BDDA: hue angle of 203.51º 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 #90BDDA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 189 218 -
CMYK 0.34 0.13 0 0.15
HSL 203.51º 0.5% 0.71% -
HSV(B) 203.51º 0.34% 0.85% -
XYZ 42.35 47.39 73.24 -
YUV 178.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 144 189 218 0.34 0.13 0 0.15 203.51 0.5 0.71
Hex 90 BD DA 22 D 0 F CC 32 47
Octal 220 275 332 42 15 0 17 314 62 107
Binary 10010000 10111101 11011010 100010 1101 0 1111 11001100 110010 1000111

Color Harmonies of #90BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BDDA

Black with #90BDDA

Text Example


Text Example

White with #90BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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