Html Css Color HEX #90BDED Cornflower

📋 copy color: '#90BDED'

red 144 ◦ green 189 ◦ blue 237

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

Shades of Cornflower #90BDED

Tints of Cornflower #90BDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 25.26%
G = 33.16%
B = 41.58%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90BDED (or 0x90BDED) is known color: Cornflower. HEX triplet: 90, BD and ED. RGB value is (144,189,237). Sum of RGB (Red+Green+Blue) = 144+189+237=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #90BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDED is #6F4212. Grayscale: #B4B4B4. Windows color (decimal): -7291411 or 15580560. OLE color: 15580560.

HSL color Cylindrical-coordinate representation of color #90BDED: hue angle of 210.97º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90BDED is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 189 237 -
CMYK 0.39 0.20 0 0.07
HSL 210.97º 0.72% 0.75% -
HSV(B) 210.97º 0.39% 0.93% -
XYZ 44.99 48.44 87.1 -
YUV 181.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 144 189 237 0.39 0.20 0 0.07 210.97 0.72 0.75
Hex 90 BD ED 27 14 0 7 D3 48 4B
Octal 220 275 355 47 24 0 7 323 110 113
Binary 10010000 10111101 11101101 100111 10100 0 111 11010011 1001000 1001011

Color Harmonies of #90BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BDED

Black with #90BDED

Text Example


Text Example

White with #90BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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