Html Css Color HEX #CCEBFE Pattens Blue

📋 copy color: '#CCEBFE'

red 204 ◦ green 235 ◦ blue 254

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

Shades of Pattens Blue #CCEBFE

Tints of Pattens Blue #CCEBFE

RGB

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

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

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

R = 29.44%
G = 33.91%
B = 36.65%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCEBFE (or 0xCCEBFE) is known color: Pattens Blue. HEX triplet: CC, EB and FE. RGB value is (204,235,254). Sum of RGB (Red+Green+Blue) = 204+235+254=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBFE is #331401. Grayscale: #E3E3E3. Windows color (decimal): -3347458 or 16706508. OLE color: 16706508.

HSL color Cylindrical-coordinate representation of color #CCEBFE: hue angle of 202.8º 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 #CCEBFE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 235 254 -
CMYK 0.20 0.07 0 0.00
HSL 202.8º 0.96% 0.9% -
HSV(B) 202.8º 0.2% 1% -
XYZ 72.5 79.41 105.27 -
YUV 227.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 204 235 254 0.20 0.07 0 0.00 202.8 0.96 0.9
Hex CC EB FE 14 7 0 0 CB 60 5A
Octal 314 353 376 24 7 0 0 313 140 132
Binary 11001100 11101011 11111110 10100 111 0 0 11001011 1100000 1011010

Color Harmonies of #CCEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBFE

Black with #CCEBFE

Text Example


Text Example

White with #CCEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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