Html Css Color HEX #C8DDEE Pattens Blue

📋 copy color: '#C8DDEE'

red 200 ◦ green 221 ◦ blue 238

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

Shades of Pattens Blue #C8DDEE

Tints of Pattens Blue #C8DDEE

RGB

 RED value IS 200 (78.52% from 255) = 30.35%

 GREEN value IS 221 (86.72% from 255) = 33.54%

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

R = 30.35%
G = 33.54%
B = 36.12%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8DDEE (or 0xC8DDEE) is known color: Pattens Blue. HEX triplet: C8, DD and EE. RGB value is (200,221,238). Sum of RGB (Red+Green+Blue) = 200+221+238=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDEE is #372211. Grayscale: #D8D8D8. Windows color (decimal): -3613202 or 15654344. OLE color: 15654344.

HSL color Cylindrical-coordinate representation of color #C8DDEE: hue angle of 206.84º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8DDEE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 221 238 -
CMYK 0.16 0.07 0 0.07
HSL 206.84º 0.53% 0.86% -
HSV(B) 206.84º 0.16% 0.93% -
XYZ 65.11 70.17 91 -
YUV 216.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 200 221 238 0.16 0.07 0 0.07 206.84 0.53 0.86
Hex C8 DD EE 10 7 0 7 CF 35 56
Octal 310 335 356 20 7 0 7 317 65 126
Binary 11001000 11011101 11101110 10000 111 0 111 11001111 110101 1010110

Color Harmonies of #C8DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDEE

Black with #C8DDEE

Text Example


Text Example

White with #C8DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDEE; }

 p { color: rgb(200,221,238); }

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

background-color css

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

 a { background-color: rgb(200,221,238); }

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

border-color css

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

 span { border-color: rgb(200,221,238); }

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