Html Css Color HEX #C8F0FF Pattens Blue

📋 copy color: '#C8F0FF'

red 200 ◦ green 240 ◦ blue 255

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

Shades of Pattens Blue #C8F0FF

Tints of Pattens Blue #C8F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.53%

 BLUE value IS 255 (100% from 255) = 36.69%

R = 28.78%
G = 34.53%
B = 36.69%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8F0FF (or 0xC8F0FF) is known color: Pattens Blue. HEX triplet: C8, F0 and FF. RGB value is (200,240,255). Sum of RGB (Red+Green+Blue) = 200+240+255=695 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.78% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F0FF is #370F00. Grayscale: #E5E5E5. Windows color (decimal): -3608321 or 16773320. OLE color: 16773320.

HSL color Cylindrical-coordinate representation of color #C8F0FF: hue angle of 196.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8F0FF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 240 255 -
CMYK 0.22 0.06 0 0
HSL 196.36º 1% 0.89% -
HSV(B) 196.36º 0.22% 1% -
XYZ 73.03 81.82 106.55 -
YUV 229.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 200 240 255 0.22 0.06 0 0 196.36 1 0.89
Hex C8 F0 FF 16 6 0 0 C4 64 59
Octal 310 360 377 26 6 0 0 304 144 131
Binary 11001000 11110000 11111111 10110 110 0 0 11000100 1100100 1011001

Color Harmonies of #C8F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F0FF

Black with #C8F0FF

Text Example


Text Example

White with #C8F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F0FF; }

 p { color: rgb(200,240,255); }

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

background-color css

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

 a { background-color: rgb(200,240,255); }

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

border-color css

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

 span { border-color: rgb(200,240,255); }

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