Html Css Color HEX #94CEF2 Cornflower

📋 copy color: '#94CEF2'

red 148 ◦ green 206 ◦ blue 242

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

Shades of Cornflower #94CEF2

Tints of Cornflower #94CEF2

RGB

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

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

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

R = 24.83%
G = 34.56%
B = 40.6%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94CEF2 (or 0x94CEF2) is known color: Cornflower. HEX triplet: 94, CE and F2. RGB value is (148,206,242). Sum of RGB (Red+Green+Blue) = 148+206+242=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #94CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CEF2 is #6B310D. Grayscale: #C0C0C0. Windows color (decimal): -7024910 or 15912596. OLE color: 15912596.

HSL color Cylindrical-coordinate representation of color #94CEF2: hue angle of 202.98º 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 #94CEF2 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 206 242 -
CMYK 0.39 0.15 0 0.05
HSL 202.98º 0.78% 0.76% -
HSV(B) 202.98º 0.39% 0.95% -
XYZ 50.31 56.85 92.33 -
YUV 192.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 148 206 242 0.39 0.15 0 0.05 202.98 0.78 0.76
Hex 94 CE F2 27 F 0 5 CB 4E 4C
Octal 224 316 362 47 17 0 5 313 116 114
Binary 10010100 11001110 11110010 100111 1111 0 101 11001011 1001110 1001100

Color Harmonies of #94CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CEF2

Black with #94CEF2

Text Example


Text Example

White with #94CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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