Html Css Color HEX #C7EFFF Pattens Blue

📋 copy color: '#C7EFFF'

red 199 ◦ green 239 ◦ blue 255

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

Shades of Pattens Blue #C7EFFF

Tints of Pattens Blue #C7EFFF

RGB

 RED value IS 199 (78.13% from 255) = 28.72%

 GREEN value IS 239 (93.75% from 255) = 34.49%

 BLUE value IS 255 (100% from 255) = 36.8%

R = 28.72%
G = 34.49%
B = 36.8%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7EFFF (or 0xC7EFFF) is known color: Pattens Blue. HEX triplet: C7, EF and FF. RGB value is (199,239,255). Sum of RGB (Red+Green+Blue) = 199+239+255=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EFFF is #381000. Grayscale: #E4E4E4. Windows color (decimal): -3674113 or 16773063. OLE color: 16773063.

HSL color Cylindrical-coordinate representation of color #C7EFFF: hue angle of 197.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7EFFF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 239 255 -
CMYK 0.22 0.06 0 0
HSL 197.14º 1% 0.89% -
HSV(B) 197.14º 0.22% 1% -
XYZ 72.47 81.1 106.44 -
YUV 228.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 199 239 255 0.22 0.06 0 0 197.14 1 0.89
Hex C7 EF FF 16 6 0 0 C5 64 59
Octal 307 357 377 26 6 0 0 305 144 131
Binary 11000111 11101111 11111111 10110 110 0 0 11000101 1100100 1011001

Color Harmonies of #C7EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EFFF

Black with #C7EFFF

Text Example


Text Example

White with #C7EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EFFF; }

 p { color: rgb(199,239,255); }

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

background-color css

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

 a { background-color: rgb(199,239,255); }

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

border-color css

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

 span { border-color: rgb(199,239,255); }

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