Html Css Color HEX #C8EDFB Pattens Blue

📋 copy color: '#C8EDFB'

red 200 ◦ green 237 ◦ blue 251

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

Shades of Pattens Blue #C8EDFB

Tints of Pattens Blue #C8EDFB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.45%

 BLUE value IS 251 (98.44% from 255) = 36.48%

R = 29.07%
G = 34.45%
B = 36.48%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8EDFB (or 0xC8EDFB) is known color: Pattens Blue. HEX triplet: C8, ED and FB. RGB value is (200,237,251). Sum of RGB (Red+Green+Blue) = 200+237+251=688 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.07% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EDFB is #371204. Grayscale: #E3E3E3. Windows color (decimal): -3609093 or 16510408. OLE color: 16510408.

HSL color Cylindrical-coordinate representation of color #C8EDFB: hue angle of 196.47º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8EDFB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 237 251 -
CMYK 0.20 0.06 0 0.02
HSL 196.47º 0.86% 0.88% -
HSV(B) 196.47º 0.2% 0.98% -
XYZ 71.52 79.81 102.9 -
YUV 227.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 200 237 251 0.20 0.06 0 0.02 196.47 0.86 0.88
Hex C8 ED FB 14 6 0 2 C4 56 58
Octal 310 355 373 24 6 0 2 304 126 130
Binary 11001000 11101101 11111011 10100 110 0 10 11000100 1010110 1011000

Color Harmonies of #C8EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EDFB

Black with #C8EDFB

Text Example


Text Example

White with #C8EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EDFB; }

 p { color: rgb(200,237,251); }

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

background-color css

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

 a { background-color: rgb(200,237,251); }

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

border-color css

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

 span { border-color: rgb(200,237,251); }

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