Html Css Color HEX #94CBE0 Cornflower

📋 copy color: '#94CBE0'

red 148 ◦ green 203 ◦ blue 224

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

Shades of Cornflower #94CBE0

Tints of Cornflower #94CBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

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

R = 25.74%
G = 35.3%
B = 38.96%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#94CBE0 (or 0x94CBE0) is known color: Cornflower. HEX triplet: 94, CB and E0. RGB value is (148,203,224). Sum of RGB (Red+Green+Blue) = 148+203+224=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #94CBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBE0 is #6B341F. Grayscale: #BCBCBC. Windows color (decimal): -7025696 or 14732180. OLE color: 14732180.

HSL color Cylindrical-coordinate representation of color #94CBE0: hue angle of 196.58º 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 #94CBE0 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 203 224 -
CMYK 0.34 0.09 0 0.12
HSL 196.58º 0.55% 0.73% -
HSV(B) 196.58º 0.34% 0.88% -
XYZ 47.02 54.39 78.54 -
YUV 188.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 148 203 224 0.34 0.09 0 0.12 196.58 0.55 0.73
Hex 94 CB E0 22 9 0 C C5 37 49
Octal 224 313 340 42 11 0 14 305 67 111
Binary 10010100 11001011 11100000 100010 1001 0 1100 11000101 110111 1001001

Color Harmonies of #94CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CBE0

Black with #94CBE0

Text Example


Text Example

White with #94CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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