Html Css Color HEX #C0E5FE Pattens Blue

📋 copy color: '#C0E5FE'

red 192 ◦ green 229 ◦ blue 254

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

Shades of Pattens Blue #C0E5FE

Tints of Pattens Blue #C0E5FE

RGB

 RED value IS 192 (75.39% from 255) = 28.44%

 GREEN value IS 229 (89.84% from 255) = 33.93%

 BLUE value IS 254 (99.61% from 255) = 37.63%

R = 28.44%
G = 33.93%
B = 37.63%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C0E5FE (or 0xC0E5FE) is known color: Pattens Blue. HEX triplet: C0, E5 and FE. RGB value is (192,229,254). Sum of RGB (Red+Green+Blue) = 192+229+254=675 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.44% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E5FE is #3F1A01. Grayscale: #DCDCDC. Windows color (decimal): -4135426 or 16704960. OLE color: 16704960.

HSL color Cylindrical-coordinate representation of color #C0E5FE: hue angle of 204.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E5FE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 229 254 -
CMYK 0.24 0.10 0 0.00
HSL 204.19º 0.97% 0.87% -
HSV(B) 204.19º 0.24% 1% -
XYZ 67.65 74.4 104.56 -
YUV 220.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 192 229 254 0.24 0.10 0 0.00 204.19 0.97 0.87
Hex C0 E5 FE 18 A 0 0 CC 61 57
Octal 300 345 376 30 12 0 0 314 141 127
Binary 11000000 11100101 11111110 11000 1010 0 0 11001100 1100001 1010111

Color Harmonies of #C0E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E5FE

Black with #C0E5FE

Text Example


Text Example

White with #C0E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E5FE; }

 p { color: rgb(192,229,254); }

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

background-color css

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

 a { background-color: rgb(192,229,254); }

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

border-color css

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

 span { border-color: rgb(192,229,254); }

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