Html Css Color HEX #C2DAEF Pattens Blue

📋 copy color: '#C2DAEF'

red 194 ◦ green 218 ◦ blue 239

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

Shades of Pattens Blue #C2DAEF

Tints of Pattens Blue #C2DAEF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.49%

 BLUE value IS 239 (93.75% from 255) = 36.71%

R = 29.8%
G = 33.49%
B = 36.71%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2DAEF (or 0xC2DAEF) is known color: Pattens Blue. HEX triplet: C2, DA and EF. RGB value is (194,218,239). Sum of RGB (Red+Green+Blue) = 194+218+239=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAEF is #3D2510. Grayscale: #D5D5D5. Windows color (decimal): -4007185 or 15719106. OLE color: 15719106.

HSL color Cylindrical-coordinate representation of color #C2DAEF: hue angle of 208º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2DAEF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 218 239 -
CMYK 0.19 0.09 0 0.06
HSL 208º 0.58% 0.85% -
HSV(B) 208º 0.19% 0.94% -
XYZ 62.9 67.84 91.44 -
YUV 213.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 194 218 239 0.19 0.09 0 0.06 208 0.58 0.85
Hex C2 DA EF 13 9 0 6 D0 3A 55
Octal 302 332 357 23 11 0 6 320 72 125
Binary 11000010 11011010 11101111 10011 1001 0 110 11010000 111010 1010101

Color Harmonies of #C2DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAEF

Black with #C2DAEF

Text Example


Text Example

White with #C2DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAEF; }

 p { color: rgb(194,218,239); }

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

background-color css

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

 a { background-color: rgb(194,218,239); }

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

border-color css

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

 span { border-color: rgb(194,218,239); }

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