Html Css Color HEX #94C2DD Cornflower

📋 copy color: '#94C2DD'

red 148 ◦ green 194 ◦ blue 221

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

Shades of Cornflower #94C2DD

Tints of Cornflower #94C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.46%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 26.29%
G = 34.46%
B = 39.25%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94C2DD (or 0x94C2DD) is known color: Cornflower. HEX triplet: 94, C2 and DD. RGB value is (148,194,221). Sum of RGB (Red+Green+Blue) = 148+194+221=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #94C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C2DD is #6B3D22. Grayscale: #B7B7B7. Windows color (decimal): -7028003 or 14533268. OLE color: 14533268.

HSL color Cylindrical-coordinate representation of color #94C2DD: hue angle of 202.19º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C2DD is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 194 221 -
CMYK 0.33 0.12 0 0.13
HSL 202.19º 0.52% 0.72% -
HSV(B) 202.19º 0.33% 0.87% -
XYZ 44.56 50.1 75.73 -
YUV 183.32 149.26 102.8 -
System Red Green Blue C M Y K H S L
Decimal 148 194 221 0.33 0.12 0 0.13 202.19 0.52 0.72
Hex 94 C2 DD 21 C 0 D CA 34 48
Octal 224 302 335 41 14 0 15 312 64 110
Binary 10010100 11000010 11011101 100001 1100 0 1101 11001010 110100 1001000

Color Harmonies of #94C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C2DD

Black with #94C2DD

Text Example


Text Example

White with #94C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,194,221); }

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

background-color css

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

 a { background-color: rgb(148,194,221); }

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

border-color css

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

 span { border-color: rgb(148,194,221); }

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