Html Css Color HEX #C2DAEE Pattens Blue

📋 copy color: '#C2DAEE'

red 194 ◦ green 218 ◦ blue 238

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

Shades of Pattens Blue #C2DAEE

Tints of Pattens Blue #C2DAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 29.85%
G = 33.54%
B = 36.62%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2DAEE (or 0xC2DAEE) is known color: Pattens Blue. HEX triplet: C2, DA and EE. RGB value is (194,218,238). Sum of RGB (Red+Green+Blue) = 194+218+238=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAEE is #3D2511. Grayscale: #D5D5D5. Windows color (decimal): -4007186 or 15653570. OLE color: 15653570.

HSL color Cylindrical-coordinate representation of color #C2DAEE: hue angle of 207.27º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DAEE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 218 238 -
CMYK 0.18 0.08 0 0.07
HSL 207.27º 0.56% 0.85% -
HSV(B) 207.27º 0.18% 0.93% -
XYZ 62.75 67.79 90.67 -
YUV 213.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 194 218 238 0.18 0.08 0 0.07 207.27 0.56 0.85
Hex C2 DA EE 12 8 0 7 CF 38 55
Octal 302 332 356 22 10 0 7 317 70 125
Binary 11000010 11011010 11101110 10010 1000 0 111 11001111 111000 1010101

Color Harmonies of #C2DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAEE

Black with #C2DAEE

Text Example


Text Example

White with #C2DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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