Html Css Color HEX #CCEEFF Pattens Blue

📋 copy color: '#CCEEFF'

red 204 ◦ green 238 ◦ blue 255

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

Shades of Pattens Blue #CCEEFF

Tints of Pattens Blue #CCEEFF

RGB

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

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

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

R = 29.27%
G = 34.15%
B = 36.59%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCEEFF (or 0xCCEEFF) is known color: Pattens Blue. HEX triplet: CC, EE and FF. RGB value is (204,238,255). Sum of RGB (Red+Green+Blue) = 204+238+255=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEFF is #331100. Grayscale: #E5E5E5. Windows color (decimal): -3346689 or 16772812. OLE color: 16772812.

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

Color convert

RGB 204 238 255 -
CMYK 0.2 0.07 0 0
HSL 200º 1% 0.9% -
HSV(B) 200º 0.2% 1% -
XYZ 73.53 81.21 106.41 -
YUV 229.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 204 238 255 0.2 0.07 0 0 200 1 0.9
Hex CC EE FF 14 7 0 0 C8 64 5A
Octal 314 356 377 24 7 0 0 310 144 132
Binary 11001100 11101110 11111111 10100 111 0 0 11001000 1100100 1011010

Color Harmonies of #CCEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEFF

Black with #CCEEFF

Text Example


Text Example

White with #CCEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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