Html Css Color HEX #C2EBFE Pattens Blue

📋 copy color: '#C2EBFE'

red 194 ◦ green 235 ◦ blue 254

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

Shades of Pattens Blue #C2EBFE

Tints of Pattens Blue #C2EBFE

RGB

 RED value IS 194 (76.17% from 255) = 28.4%

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

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

R = 28.4%
G = 34.41%
B = 37.19%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2EBFE (or 0xC2EBFE) is known color: Pattens Blue. HEX triplet: C2, EB and FE. RGB value is (194,235,254). Sum of RGB (Red+Green+Blue) = 194+235+254=683 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.40% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBFE is #3D1401. Grayscale: #E0E0E0. Windows color (decimal): -4002818 or 16706498. OLE color: 16706498.

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

Color convert

RGB 194 235 254 -
CMYK 0.24 0.07 0 0.00
HSL 199º 0.97% 0.88% -
HSV(B) 199º 0.24% 1% -
XYZ 69.85 78.04 105.15 -
YUV 224.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 194 235 254 0.24 0.07 0 0.00 199 0.97 0.88
Hex C2 EB FE 18 7 0 0 C7 61 58
Octal 302 353 376 30 7 0 0 307 141 130
Binary 11000010 11101011 11111110 11000 111 0 0 11000111 1100001 1011000

Color Harmonies of #C2EBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBFE

Black with #C2EBFE

Text Example


Text Example

White with #C2EBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBFE; }

 p { color: rgb(194,235,254); }

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

background-color css

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

 a { background-color: rgb(194,235,254); }

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

border-color css

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

 span { border-color: rgb(194,235,254); }

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