Html Css Color HEX #94D5F2 Cornflower

📋 copy color: '#94D5F2'

red 148 ◦ green 213 ◦ blue 242

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

Shades of Cornflower #94D5F2

Tints of Cornflower #94D5F2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.32%

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

R = 24.54%
G = 35.32%
B = 40.13%

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

#94D5F2 (or 0x94D5F2) is known color: Cornflower. HEX triplet: 94, D5 and F2. RGB value is (148,213,242). Sum of RGB (Red+Green+Blue) = 148+213+242=603 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.54% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #94D5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D5F2 is #6B2A0D. Grayscale: #C4C4C4. Windows color (decimal): -7023118 or 15914388. OLE color: 15914388.

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

Color convert

RGB 148 213 242 -
CMYK 0.39 0.12 0 0.05
HSL 198.51º 0.78% 0.76% -
HSV(B) 198.51º 0.39% 0.95% -
XYZ 52.03 60.3 92.9 -
YUV 196.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 148 213 242 0.39 0.12 0 0.05 198.51 0.78 0.76
Hex 94 D5 F2 27 C 0 5 C7 4E 4C
Octal 224 325 362 47 14 0 5 307 116 114
Binary 10010100 11010101 11110010 100111 1100 0 101 11000111 1001110 1001100

Color Harmonies of #94D5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D5F2

Black with #94D5F2

Text Example


Text Example

White with #94D5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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