Html Css Color HEX #C8DCEA Pattens Blue

📋 copy color: '#C8DCEA'

red 200 ◦ green 220 ◦ blue 234

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

Shades of Pattens Blue #C8DCEA

Tints of Pattens Blue #C8DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 30.58%
G = 33.64%
B = 35.78%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8DCEA (or 0xC8DCEA) is known color: Pattens Blue. HEX triplet: C8, DC and EA. RGB value is (200,220,234). Sum of RGB (Red+Green+Blue) = 200+220+234=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DCEA is #372315. Grayscale: #D7D7D7. Windows color (decimal): -3613462 or 15391944. OLE color: 15391944.

HSL color Cylindrical-coordinate representation of color #C8DCEA: hue angle of 204.71º degrees, saturation: 0.45, 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 #C8DCEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 220 234 -
CMYK 0.15 0.06 0 0.08
HSL 204.71º 0.45% 0.85% -
HSV(B) 204.71º 0.15% 0.92% -
XYZ 64.26 69.41 87.85 -
YUV 215.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 200 220 234 0.15 0.06 0 0.08 204.71 0.45 0.85
Hex C8 DC EA F 6 0 8 CD 2D 55
Octal 310 334 352 17 6 0 10 315 55 125
Binary 11001000 11011100 11101010 1111 110 0 1000 11001101 101101 1010101

Color Harmonies of #C8DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCEA

Black with #C8DCEA

Text Example


Text Example

White with #C8DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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