Html Css Color HEX #C8DEEE Pattens Blue

📋 copy color: '#C8DEEE'

red 200 ◦ green 222 ◦ blue 238

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

Shades of Pattens Blue #C8DEEE

Tints of Pattens Blue #C8DEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.64%

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

R = 30.3%
G = 33.64%
B = 36.06%

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

#C8DEEE (or 0xC8DEEE) is known color: Pattens Blue. HEX triplet: C8, DE and EE. RGB value is (200,222,238). Sum of RGB (Red+Green+Blue) = 200+222+238=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEEE is #372111. Grayscale: #D9D9D9. Windows color (decimal): -3612946 or 15654600. OLE color: 15654600.

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

Color convert

RGB 200 222 238 -
CMYK 0.16 0.07 0 0.07
HSL 205.26º 0.53% 0.86% -
HSV(B) 205.26º 0.16% 0.93% -
XYZ 65.37 70.69 91.09 -
YUV 217.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 200 222 238 0.16 0.07 0 0.07 205.26 0.53 0.86
Hex C8 DE EE 10 7 0 7 CD 35 56
Octal 310 336 356 20 7 0 7 315 65 126
Binary 11001000 11011110 11101110 10000 111 0 111 11001101 110101 1010110

Color Harmonies of #C8DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DEEE

Black with #C8DEEE

Text Example


Text Example

White with #C8DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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