Html Css Color HEX #94CEE0 Cornflower

📋 copy color: '#94CEE0'

red 148 ◦ green 206 ◦ blue 224

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

Shades of Cornflower #94CEE0

Tints of Cornflower #94CEE0

RGB

 RED value IS 148 (58.2% from 255) = 25.61%

 GREEN value IS 206 (80.86% from 255) = 35.64%

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 25.61%
G = 35.64%
B = 38.75%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#94CEE0 (or 0x94CEE0) is known color: Cornflower. HEX triplet: 94, CE and E0. RGB value is (148,206,224). Sum of RGB (Red+Green+Blue) = 148+206+224=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #94CEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CEE0 is #6B311F. Grayscale: #BEBEBE. Windows color (decimal): -7024928 or 14732948. OLE color: 14732948.

HSL color Cylindrical-coordinate representation of color #94CEE0: hue angle of 194.21º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94CEE0 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 206 224 -
CMYK 0.34 0.08 0 0.12
HSL 194.21º 0.55% 0.73% -
HSV(B) 194.21º 0.34% 0.88% -
XYZ 47.74 55.82 78.78 -
YUV 190.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 148 206 224 0.34 0.08 0 0.12 194.21 0.55 0.73
Hex 94 CE E0 22 8 0 C C2 37 49
Octal 224 316 340 42 10 0 14 302 67 111
Binary 10010100 11001110 11100000 100010 1000 0 1100 11000010 110111 1001001

Color Harmonies of #94CEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CEE0

Black with #94CEE0

Text Example


Text Example

White with #94CEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94CEE0; }

 p { color: rgb(148,206,224); }

 H1.HeaderClassName
 {
   color: #94CEE0;
 }
 .AnyTagClassName
 {
   color: #94CEE0;
 }
</style>

background-color css

<style>
 a { background-color: #94CEE0; }

 a { background-color: rgb(148,206,224); }

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

border-color css

<style>
 span { border-color: #94CEE0; }

 span { border-color: rgb(148,206,224); }

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