Html Css Color HEX #94CBDF Cornflower

📋 copy color: '#94CBDF'

red 148 ◦ green 203 ◦ blue 223

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

Shades of Cornflower #94CBDF

Tints of Cornflower #94CBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 25.78%
G = 35.37%
B = 38.85%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94CBDF (or 0x94CBDF) is known color: Cornflower. HEX triplet: 94, CB and DF. RGB value is (148,203,223). Sum of RGB (Red+Green+Blue) = 148+203+223=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #94CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBDF is #6B3420. Grayscale: #BCBCBC. Windows color (decimal): -7025697 or 14666644. OLE color: 14666644.

HSL color Cylindrical-coordinate representation of color #94CBDF: hue angle of 196º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94CBDF is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 203 223 -
CMYK 0.34 0.09 0 0.13
HSL 196º 0.54% 0.73% -
HSV(B) 196º 0.34% 0.87% -
XYZ 46.89 54.34 77.83 -
YUV 188.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 148 203 223 0.34 0.09 0 0.13 196 0.54 0.73
Hex 94 CB DF 22 9 0 D C4 36 49
Octal 224 313 337 42 11 0 15 304 66 111
Binary 10010100 11001011 11011111 100010 1001 0 1101 11000100 110110 1001001

Color Harmonies of #94CBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CBDF

Black with #94CBDF

Text Example


Text Example

White with #94CBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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