Html Css Color HEX #94D2F4 Cornflower

📋 copy color: '#94D2F4'

red 148 ◦ green 210 ◦ blue 244

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

Shades of Cornflower #94D2F4

Tints of Cornflower #94D2F4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.88%

 BLUE value IS 244 (95.7% from 255) = 40.53%

R = 24.58%
G = 34.88%
B = 40.53%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#94D2F4 (or 0x94D2F4) is known color: Cornflower. HEX triplet: 94, D2 and F4. RGB value is (148,210,244). Sum of RGB (Red+Green+Blue) = 148+210+244=602 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.58% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #94D2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D2F4 is #6B2D0B. Grayscale: #C3C3C3. Windows color (decimal): -7023884 or 16044692. OLE color: 16044692.

HSL color Cylindrical-coordinate representation of color #94D2F4: hue angle of 201.25º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94D2F4 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 210 244 -
CMYK 0.39 0.14 0 0.04
HSL 201.25º 0.81% 0.77% -
HSV(B) 201.25º 0.39% 0.96% -
XYZ 51.59 58.92 94.24 -
YUV 195.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 148 210 244 0.39 0.14 0 0.04 201.25 0.81 0.77
Hex 94 D2 F4 27 E 0 4 C9 51 4D
Octal 224 322 364 47 16 0 4 311 121 115
Binary 10010100 11010010 11110100 100111 1110 0 100 11001001 1010001 1001101

Color Harmonies of #94D2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D2F4

Black with #94D2F4

Text Example


Text Example

White with #94D2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,210,244); }

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

background-color css

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

 a { background-color: rgb(148,210,244); }

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

border-color css

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

 span { border-color: rgb(148,210,244); }

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