Html Css Color HEX #94CEEC Cornflower

📋 copy color: '#94CEEC'

red 148 ◦ green 206 ◦ blue 236

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

Shades of Cornflower #94CEEC

Tints of Cornflower #94CEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40%

R = 25.08%
G = 34.92%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94CEEC (or 0x94CEEC) is known color: Cornflower. HEX triplet: 94, CE and EC. RGB value is (148,206,236). Sum of RGB (Red+Green+Blue) = 148+206+236=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #94CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CEEC is #6B3113. Grayscale: #BFBFBF. Windows color (decimal): -7024916 or 15519380. OLE color: 15519380.

HSL color Cylindrical-coordinate representation of color #94CEEC: hue angle of 200.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94CEEC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 206 236 -
CMYK 0.37 0.13 0 0.07
HSL 200.45º 0.7% 0.75% -
HSV(B) 200.45º 0.37% 0.93% -
XYZ 49.42 56.49 87.66 -
YUV 192.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 148 206 236 0.37 0.13 0 0.07 200.45 0.7 0.75
Hex 94 CE EC 25 D 0 7 C8 46 4B
Octal 224 316 354 45 15 0 7 310 106 113
Binary 10010100 11001110 11101100 100101 1101 0 111 11001000 1000110 1001011

Color Harmonies of #94CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CEEC

Black with #94CEEC

Text Example


Text Example

White with #94CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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