Html Css Color HEX #C5EAFA Pattens Blue

📋 copy color: '#C5EAFA'

red 197 ◦ green 234 ◦ blue 250

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

Shades of Pattens Blue #C5EAFA

Tints of Pattens Blue #C5EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.36%

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

R = 28.93%
G = 34.36%
B = 36.71%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5EAFA (or 0xC5EAFA) is known color: Pattens Blue. HEX triplet: C5, EA and FA. RGB value is (197,234,250). Sum of RGB (Red+Green+Blue) = 197+234+250=681 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.93% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAFA is #3A1505. Grayscale: #E0E0E0. Windows color (decimal): -3806470 or 16444101. OLE color: 16444101.

HSL color Cylindrical-coordinate representation of color #C5EAFA: hue angle of 198.11º 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 #C5EAFA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 234 250 -
CMYK 0.21 0.06 0 0.02
HSL 198.11º 0.84% 0.88% -
HSV(B) 198.11º 0.21% 0.98% -
XYZ 69.7 77.62 101.75 -
YUV 224.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 197 234 250 0.21 0.06 0 0.02 198.11 0.84 0.88
Hex C5 EA FA 15 6 0 2 C6 54 58
Octal 305 352 372 25 6 0 2 306 124 130
Binary 11000101 11101010 11111010 10101 110 0 10 11000110 1010100 1011000

Color Harmonies of #C5EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EAFA

Black with #C5EAFA

Text Example


Text Example

White with #C5EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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