Html Css Color HEX #94CCF2 Cornflower

📋 copy color: '#94CCF2'

red 148 ◦ green 204 ◦ blue 242

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

Shades of Cornflower #94CCF2

Tints of Cornflower #94CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

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

R = 24.92%
G = 34.34%
B = 40.74%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94CCF2 (or 0x94CCF2) is known color: Cornflower. HEX triplet: 94, CC and F2. RGB value is (148,204,242). Sum of RGB (Red+Green+Blue) = 148+204+242=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #94CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CCF2 is #6B330D. Grayscale: #BFBFBF. Windows color (decimal): -7025422 or 15912084. OLE color: 15912084.

HSL color Cylindrical-coordinate representation of color #94CCF2: hue angle of 204.26º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94CCF2 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 204 242 -
CMYK 0.39 0.16 0 0.05
HSL 204.26º 0.78% 0.76% -
HSV(B) 204.26º 0.39% 0.95% -
XYZ 49.83 55.89 92.17 -
YUV 191.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 148 204 242 0.39 0.16 0 0.05 204.26 0.78 0.76
Hex 94 CC F2 27 10 0 5 CC 4E 4C
Octal 224 314 362 47 20 0 5 314 116 114
Binary 10010100 11001100 11110010 100111 10000 0 101 11001100 1001110 1001100

Color Harmonies of #94CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CCF2

Black with #94CCF2

Text Example


Text Example

White with #94CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,204,242); }

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

background-color css

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

 a { background-color: rgb(148,204,242); }

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

border-color css

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

 span { border-color: rgb(148,204,242); }

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