Html Css Color HEX #C8DFF1 Pattens Blue

📋 copy color: '#C8DFF1'

red 200 ◦ green 223 ◦ blue 241

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

Shades of Pattens Blue #C8DFF1

Tints of Pattens Blue #C8DFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.58%

 BLUE value IS 241 (94.53% from 255) = 36.3%

R = 30.12%
G = 33.58%
B = 36.3%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8DFF1 (or 0xC8DFF1) is known color: Pattens Blue. HEX triplet: C8, DF and F1. RGB value is (200,223,241). Sum of RGB (Red+Green+Blue) = 200+223+241=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DFF1 is #37200E. Grayscale: #DADADA. Windows color (decimal): -3612687 or 15851464. OLE color: 15851464.

HSL color Cylindrical-coordinate representation of color #C8DFF1: hue angle of 206.34º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8DFF1 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 223 241 -
CMYK 0.17 0.07 0 0.05
HSL 206.34º 0.59% 0.86% -
HSV(B) 206.34º 0.17% 0.95% -
XYZ 66.08 71.41 93.52 -
YUV 218.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 200 223 241 0.17 0.07 0 0.05 206.34 0.59 0.86
Hex C8 DF F1 11 7 0 5 CE 3B 56
Octal 310 337 361 21 7 0 5 316 73 126
Binary 11001000 11011111 11110001 10001 111 0 101 11001110 111011 1010110

Color Harmonies of #C8DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DFF1

Black with #C8DFF1

Text Example


Text Example

White with #C8DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DFF1; }

 p { color: rgb(200,223,241); }

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

background-color css

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

 a { background-color: rgb(200,223,241); }

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

border-color css

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

 span { border-color: rgb(200,223,241); }

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