Html Css Color HEX #C2DFFF Pattens Blue

📋 copy color: '#C2DFFF'

red 194 ◦ green 223 ◦ blue 255

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

Shades of Pattens Blue #C2DFFF

Tints of Pattens Blue #C2DFFF

RGB

 RED value IS 194 (76.17% from 255) = 28.87%

 GREEN value IS 223 (87.5% from 255) = 33.18%

 BLUE value IS 255 (100% from 255) = 37.95%

R = 28.87%
G = 33.18%
B = 37.95%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2DFFF (or 0xC2DFFF) is known color: Pattens Blue. HEX triplet: C2, DF and FF. RGB value is (194,223,255). Sum of RGB (Red+Green+Blue) = 194+223+255=672 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.87% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFFF is #3D2000. Grayscale: #D9D9D9. Windows color (decimal): -4005889 or 16768962. OLE color: 16768962.

HSL color Cylindrical-coordinate representation of color #C2DFFF: hue angle of 211.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2DFFF is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 223 255 -
CMYK 0.24 0.13 0 0
HSL 211.48º 1% 0.88% -
HSV(B) 211.48º 0.24% 1% -
XYZ 66.69 71.46 104.89 -
YUV 217.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 194 223 255 0.24 0.13 0 0 211.48 1 0.88
Hex C2 DF FF 18 D 0 0 D3 64 58
Octal 302 337 377 30 15 0 0 323 144 130
Binary 11000010 11011111 11111111 11000 1101 0 0 11010011 1100100 1011000

Color Harmonies of #C2DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFFF

Black with #C2DFFF

Text Example


Text Example

White with #C2DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFFF; }

 p { color: rgb(194,223,255); }

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

background-color css

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

 a { background-color: rgb(194,223,255); }

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

border-color css

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

 span { border-color: rgb(194,223,255); }

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