Html Css Color HEX #94D4F2 Cornflower

📋 copy color: '#94D4F2'

red 148 ◦ green 212 ◦ blue 242

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

Shades of Cornflower #94D4F2

Tints of Cornflower #94D4F2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.22%

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

R = 24.58%
G = 35.22%
B = 40.2%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94D4F2 (or 0x94D4F2) is known color: Cornflower. HEX triplet: 94, D4 and F2. RGB value is (148,212,242). Sum of RGB (Red+Green+Blue) = 148+212+242=602 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.58% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #94D4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D4F2 is #6B2B0D. Grayscale: #C4C4C4. Windows color (decimal): -7023374 or 15914132. OLE color: 15914132.

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

Color convert

RGB 148 212 242 -
CMYK 0.39 0.12 0 0.05
HSL 199.15º 0.78% 0.76% -
HSV(B) 199.15º 0.39% 0.95% -
XYZ 51.78 59.79 92.82 -
YUV 196.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 148 212 242 0.39 0.12 0 0.05 199.15 0.78 0.76
Hex 94 D4 F2 27 C 0 5 C7 4E 4C
Octal 224 324 362 47 14 0 5 307 116 114
Binary 10010100 11010100 11110010 100111 1100 0 101 11000111 1001110 1001100

Color Harmonies of #94D4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D4F2

Black with #94D4F2

Text Example


Text Example

White with #94D4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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