Html Css Color HEX #C8DBEB Pattens Blue

📋 copy color: '#C8DBEB'

red 200 ◦ green 219 ◦ blue 235

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

Shades of Pattens Blue #C8DBEB

Tints of Pattens Blue #C8DBEB

RGB

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

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

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

R = 30.58%
G = 33.49%
B = 35.93%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8DBEB (or 0xC8DBEB) is known color: Pattens Blue. HEX triplet: C8, DB and EB. RGB value is (200,219,235). Sum of RGB (Red+Green+Blue) = 200+219+235=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DBEB is #372414. Grayscale: #D7D7D7. Windows color (decimal): -3613717 or 15457224. OLE color: 15457224.

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

Color convert

RGB 200 219 235 -
CMYK 0.15 0.07 0 0.08
HSL 207.43º 0.47% 0.85% -
HSV(B) 207.43º 0.15% 0.92% -
XYZ 64.15 68.94 88.52 -
YUV 215.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 200 219 235 0.15 0.07 0 0.08 207.43 0.47 0.85
Hex C8 DB EB F 7 0 8 CF 2F 55
Octal 310 333 353 17 7 0 10 317 57 125
Binary 11001000 11011011 11101011 1111 111 0 1000 11001111 101111 1010101

Color Harmonies of #C8DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBEB

Black with #C8DBEB

Text Example


Text Example

White with #C8DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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