Html Css Color HEX #C2D8EB Pattens Blue

📋 copy color: '#C2D8EB'

red 194 ◦ green 216 ◦ blue 235

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

Shades of Pattens Blue #C2D8EB

Tints of Pattens Blue #C2D8EB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.49%

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 30.08%
G = 33.49%
B = 36.43%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2D8EB (or 0xC2D8EB) is known color: Pattens Blue. HEX triplet: C2, D8 and EB. RGB value is (194,216,235). Sum of RGB (Red+Green+Blue) = 194+216+235=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D8EB is #3D2714. Grayscale: #D3D3D3. Windows color (decimal): -4007701 or 15456450. OLE color: 15456450.

HSL color Cylindrical-coordinate representation of color #C2D8EB: hue angle of 207.8º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2D8EB is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 216 235 -
CMYK 0.17 0.08 0 0.08
HSL 207.8º 0.51% 0.84% -
HSV(B) 207.8º 0.17% 0.92% -
XYZ 61.8 66.58 88.19 -
YUV 211.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 194 216 235 0.17 0.08 0 0.08 207.8 0.51 0.84
Hex C2 D8 EB 11 8 0 8 D0 33 54
Octal 302 330 353 21 10 0 10 320 63 124
Binary 11000010 11011000 11101011 10001 1000 0 1000 11010000 110011 1010100

Color Harmonies of #C2D8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8EB

Black with #C2D8EB

Text Example


Text Example

White with #C2D8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8EB; }

 p { color: rgb(194,216,235); }

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

background-color css

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

 a { background-color: rgb(194,216,235); }

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

border-color css

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

 span { border-color: rgb(194,216,235); }

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