Html Css Color HEX #C6EBFC Pattens Blue

📋 copy color: '#C6EBFC'

red 198 ◦ green 235 ◦ blue 252

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

Shades of Pattens Blue #C6EBFC

Tints of Pattens Blue #C6EBFC

RGB

 RED value IS 198 (77.73% from 255) = 28.91%

 GREEN value IS 235 (92.19% from 255) = 34.31%

 BLUE value IS 252 (98.83% from 255) = 36.79%

R = 28.91%
G = 34.31%
B = 36.79%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6EBFC (or 0xC6EBFC) is known color: Pattens Blue. HEX triplet: C6, EB and FC. RGB value is (198,235,252). Sum of RGB (Red+Green+Blue) = 198+235+252=685 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.91% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EBFC is #391403. Grayscale: #E1E1E1. Windows color (decimal): -3740676 or 16575430. OLE color: 16575430.

HSL color Cylindrical-coordinate representation of color #C6EBFC: hue angle of 198.89º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6EBFC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 235 252 -
CMYK 0.21 0.07 0 0.01
HSL 198.89º 0.9% 0.88% -
HSV(B) 198.89º 0.21% 0.99% -
XYZ 70.57 78.45 103.52 -
YUV 225.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 198 235 252 0.21 0.07 0 0.01 198.89 0.9 0.88
Hex C6 EB FC 15 7 0 1 C7 5A 58
Octal 306 353 374 25 7 0 1 307 132 130
Binary 11000110 11101011 11111100 10101 111 0 1 11000111 1011010 1011000

Color Harmonies of #C6EBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EBFC

Black with #C6EBFC

Text Example


Text Example

White with #C6EBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EBFC; }

 p { color: rgb(198,235,252); }

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

background-color css

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

 a { background-color: rgb(198,235,252); }

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

border-color css

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

 span { border-color: rgb(198,235,252); }

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