Html Css Color HEX #CCEEFE Pattens Blue

📋 copy color: '#CCEEFE'

red 204 ◦ green 238 ◦ blue 254

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

Shades of Pattens Blue #CCEEFE

Tints of Pattens Blue #CCEEFE

RGB

 RED value IS 204 (80.08% from 255) = 29.31%

 GREEN value IS 238 (93.36% from 255) = 34.2%

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

R = 29.31%
G = 34.2%
B = 36.49%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCEEFE (or 0xCCEEFE) is known color: Pattens Blue. HEX triplet: CC, EE and FE. RGB value is (204,238,254). Sum of RGB (Red+Green+Blue) = 204+238+254=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEFE is #331101. Grayscale: #E5E5E5. Windows color (decimal): -3346690 or 16707276. OLE color: 16707276.

HSL color Cylindrical-coordinate representation of color #CCEEFE: hue angle of 199.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEEFE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 238 254 -
CMYK 0.20 0.06 0 0.00
HSL 199.2º 0.96% 0.9% -
HSV(B) 199.2º 0.2% 1% -
XYZ 73.37 81.14 105.56 -
YUV 229.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 204 238 254 0.20 0.06 0 0.00 199.2 0.96 0.9
Hex CC EE FE 14 6 0 0 C7 60 5A
Octal 314 356 376 24 6 0 0 307 140 132
Binary 11001100 11101110 11111110 10100 110 0 0 11000111 1100000 1011010

Color Harmonies of #CCEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEFE

Black with #CCEEFE

Text Example


Text Example

White with #CCEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEFE; }

 p { color: rgb(204,238,254); }

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

background-color css

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

 a { background-color: rgb(204,238,254); }

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

border-color css

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

 span { border-color: rgb(204,238,254); }

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