Html Css Color HEX #C5E0FA Pattens Blue

📋 copy color: '#C5E0FA'

red 197 ◦ green 224 ◦ blue 250

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

Shades of Pattens Blue #C5E0FA

Tints of Pattens Blue #C5E0FA

RGB

 RED value IS 197 (77.34% from 255) = 29.36%

 GREEN value IS 224 (87.89% from 255) = 33.38%

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 29.36%
G = 33.38%
B = 37.26%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5E0FA (or 0xC5E0FA) is known color: Pattens Blue. HEX triplet: C5, E0 and FA. RGB value is (197,224,250). Sum of RGB (Red+Green+Blue) = 197+224+250=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E0FA is #3A1F05. Grayscale: #DADADA. Windows color (decimal): -3809030 or 16441541. OLE color: 16441541.

HSL color Cylindrical-coordinate representation of color #C5E0FA: hue angle of 209.43º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5E0FA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 224 250 -
CMYK 0.21 0.10 0 0.02
HSL 209.43º 0.84% 0.88% -
HSV(B) 209.43º 0.21% 0.98% -
XYZ 66.94 72.08 100.83 -
YUV 218.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 197 224 250 0.21 0.10 0 0.02 209.43 0.84 0.88
Hex C5 E0 FA 15 A 0 2 D1 54 58
Octal 305 340 372 25 12 0 2 321 124 130
Binary 11000101 11100000 11111010 10101 1010 0 10 11010001 1010100 1011000

Color Harmonies of #C5E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E0FA

Black with #C5E0FA

Text Example


Text Example

White with #C5E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E0FA; }

 p { color: rgb(197,224,250); }

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

background-color css

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

 a { background-color: rgb(197,224,250); }

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

border-color css

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

 span { border-color: rgb(197,224,250); }

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