Html Css Color HEX #C8DCEF Pattens Blue

📋 copy color: '#C8DCEF'

red 200 ◦ green 220 ◦ blue 239

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

Shades of Pattens Blue #C8DCEF

Tints of Pattens Blue #C8DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.38%

 BLUE value IS 239 (93.75% from 255) = 36.27%

R = 30.35%
G = 33.38%
B = 36.27%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8DCEF (or 0xC8DCEF) is known color: Pattens Blue. HEX triplet: C8, DC and EF. RGB value is (200,220,239). Sum of RGB (Red+Green+Blue) = 200+220+239=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DCEF is #372310. Grayscale: #D8D8D8. Windows color (decimal): -3613457 or 15719624. OLE color: 15719624.

HSL color Cylindrical-coordinate representation of color #C8DCEF: hue angle of 209.23º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8DCEF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 220 239 -
CMYK 0.16 0.08 0 0.06
HSL 209.23º 0.55% 0.86% -
HSV(B) 209.23º 0.16% 0.94% -
XYZ 64.99 69.7 91.69 -
YUV 216.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 200 220 239 0.16 0.08 0 0.06 209.23 0.55 0.86
Hex C8 DC EF 10 8 0 6 D1 37 56
Octal 310 334 357 20 10 0 6 321 67 126
Binary 11001000 11011100 11101111 10000 1000 0 110 11010001 110111 1010110

Color Harmonies of #C8DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCEF

Black with #C8DCEF

Text Example


Text Example

White with #C8DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCEF; }

 p { color: rgb(200,220,239); }

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

background-color css

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

 a { background-color: rgb(200,220,239); }

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

border-color css

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

 span { border-color: rgb(200,220,239); }

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