Html Css Color HEX #90CDF2 Cornflower

📋 copy color: '#90CDF2'

red 144 ◦ green 205 ◦ blue 242

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

Shades of Cornflower #90CDF2

Tints of Cornflower #90CDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

 BLUE value IS 242 (94.92% from 255) = 40.95%

R = 24.37%
G = 34.69%
B = 40.95%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90CDF2 (or 0x90CDF2) is known color: Cornflower. HEX triplet: 90, CD and F2. RGB value is (144,205,242). Sum of RGB (Red+Green+Blue) = 144+205+242=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #90CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CDF2 is #6F320D. Grayscale: #BEBEBE. Windows color (decimal): -7287310 or 15912336. OLE color: 15912336.

HSL color Cylindrical-coordinate representation of color #90CDF2: hue angle of 202.65º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90CDF2 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 205 242 -
CMYK 0.40 0.15 0 0.05
HSL 202.65º 0.79% 0.76% -
HSV(B) 202.65º 0.4% 0.95% -
XYZ 49.36 56 92.21 -
YUV 190.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 144 205 242 0.40 0.15 0 0.05 202.65 0.79 0.76
Hex 90 CD F2 28 F 0 5 CB 4F 4C
Octal 220 315 362 50 17 0 5 313 117 114
Binary 10010000 11001101 11110010 101000 1111 0 101 11001011 1001111 1001100

Color Harmonies of #90CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CDF2

Black with #90CDF2

Text Example


Text Example

White with #90CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,205,242); }

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

background-color css

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

 a { background-color: rgb(144,205,242); }

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

border-color css

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

 span { border-color: rgb(144,205,242); }

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