Html Css Color HEX #CCFBCC Blue Romance

📋 copy color: '#CCFBCC'

red 204 ◦ green 251 ◦ blue 204

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

Shades of Blue Romance #CCFBCC

Tints of Blue Romance #CCFBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.09%

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

R = 30.96%
G = 38.09%
B = 30.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#CCFBCC (or 0xCCFBCC) is known color: Blue Romance. HEX triplet: CC, FB and CC. RGB value is (204,251,204). Sum of RGB (Red+Green+Blue) = 204+251+204=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBCC is #330433. Grayscale: #E7E7E7. Windows color (decimal): -3343412 or 13433804. OLE color: 13433804.

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

Color convert

RGB 204 251 204 -
CMYK 0.19 0 0.19 0.02
HSL 120º 0.85% 0.89% -
HSV(B) 120º 0.19% 0.98% -
XYZ 70.3 86.19 70.06 -
YUV 231.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 204 251 204 0.19 0 0.19 0.02 120 0.85 0.89
Hex CC FB CC 13 0 13 2 78 55 59
Octal 314 373 314 23 0 23 2 170 125 131
Binary 11001100 11111011 11001100 10011 0 10011 10 1111000 1010101 1011001

Color Harmonies of #CCFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBCC

Black with #CCFBCC

Text Example


Text Example

White with #CCFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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