Html Css Color HEX #CCFCCC Blue Romance

📋 copy color: '#CCFCCC'

red 204 ◦ green 252 ◦ blue 204

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

Shades of Blue Romance #CCFCCC

Tints of Blue Romance #CCFCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.18%

 BLUE value IS 204 (80.08% from 255) = 30.91%

R = 30.91%
G = 38.18%
B = 30.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#CCFCCC (or 0xCCFCCC) is known color: Blue Romance. HEX triplet: CC, FC and CC. RGB value is (204,252,204). Sum of RGB (Red+Green+Blue) = 204+252+204=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCCC is #330333. Grayscale: #E8E8E8. Windows color (decimal): -3343156 or 13434060. OLE color: 13434060.

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

Color convert

RGB 204 252 204 -
CMYK 0.19 0 0.19 0.01
HSL 120º 0.89% 0.89% -
HSV(B) 120º 0.19% 0.99% -
XYZ 70.61 86.82 70.16 -
YUV 232.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 204 252 204 0.19 0 0.19 0.01 120 0.89 0.89
Hex CC FC CC 13 0 13 1 78 59 59
Octal 314 374 314 23 0 23 1 170 131 131
Binary 11001100 11111100 11001100 10011 0 10011 1 1111000 1011001 1011001

Color Harmonies of #CCFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCCC

Black with #CCFCCC

Text Example


Text Example

White with #CCFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCCC; }

 p { color: rgb(204,252,204); }

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

background-color css

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

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

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

border-color css

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

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

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