Html Css Color HEX #94CEF6 Cornflower

📋 copy color: '#94CEF6'

red 148 ◦ green 206 ◦ blue 246

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

Shades of Cornflower #94CEF6

Tints of Cornflower #94CEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41%

R = 24.67%
G = 34.33%
B = 41%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#94CEF6 (or 0x94CEF6) is known color: Cornflower. HEX triplet: 94, CE and F6. RGB value is (148,206,246). Sum of RGB (Red+Green+Blue) = 148+206+246=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #94CEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CEF6 is #6B3109. Grayscale: #C1C1C1. Windows color (decimal): -7024906 or 16174740. OLE color: 16174740.

HSL color Cylindrical-coordinate representation of color #94CEF6: hue angle of 204.49º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94CEF6 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 206 246 -
CMYK 0.40 0.16 0 0.04
HSL 204.49º 0.84% 0.77% -
HSV(B) 204.49º 0.4% 0.96% -
XYZ 50.92 57.09 95.53 -
YUV 193.22 157.78 95.75 -
System Red Green Blue C M Y K H S L
Decimal 148 206 246 0.40 0.16 0 0.04 204.49 0.84 0.77
Hex 94 CE F6 28 10 0 4 CC 54 4D
Octal 224 316 366 50 20 0 4 314 124 115
Binary 10010100 11001110 11110110 101000 10000 0 100 11001100 1010100 1001101

Color Harmonies of #94CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CEF6

Black with #94CEF6

Text Example


Text Example

White with #94CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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