Html Css Color HEX #C8DBEE Pattens Blue

📋 copy color: '#C8DBEE'

red 200 ◦ green 219 ◦ blue 238

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

Shades of Pattens Blue #C8DBEE

Tints of Pattens Blue #C8DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.33%

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

R = 30.44%
G = 33.33%
B = 36.23%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8DBEE (or 0xC8DBEE) is known color: Pattens Blue. HEX triplet: C8, DB and EE. RGB value is (200,219,238). Sum of RGB (Red+Green+Blue) = 200+219+238=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DBEE is #372411. Grayscale: #D7D7D7. Windows color (decimal): -3613714 or 15653832. OLE color: 15653832.

HSL color Cylindrical-coordinate representation of color #C8DBEE: hue angle of 210º 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 #C8DBEE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 219 238 -
CMYK 0.16 0.08 0 0.07
HSL 210º 0.53% 0.86% -
HSV(B) 210º 0.16% 0.93% -
XYZ 64.58 69.12 90.83 -
YUV 215.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 200 219 238 0.16 0.08 0 0.07 210 0.53 0.86
Hex C8 DB EE 10 8 0 7 D2 35 56
Octal 310 333 356 20 10 0 7 322 65 126
Binary 11001000 11011011 11101110 10000 1000 0 111 11010010 110101 1010110

Color Harmonies of #C8DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBEE

Black with #C8DBEE

Text Example


Text Example

White with #C8DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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