Html Css Color HEX #CCFCCA Blue Romance

📋 copy color: '#CCFCCA'

red 204 ◦ green 252 ◦ blue 202

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

Shades of Blue Romance #CCFCCA

Tints of Blue Romance #CCFCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.7%

R = 31%
G = 38.3%
B = 30.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#CCFCCA (or 0xCCFCCA) is known color: Blue Romance. HEX triplet: CC, FC and CA. RGB value is (204,252,202). Sum of RGB (Red+Green+Blue) = 204+252+202=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCCA is #330335. Grayscale: #E8E8E8. Windows color (decimal): -3343158 or 13302988. OLE color: 13302988.

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

Color convert

RGB 204 252 202 -
CMYK 0.19 0 0.20 0.01
HSL 117.6º 0.89% 0.89% -
HSV(B) 117.6º 0.2% 0.99% -
XYZ 70.37 86.72 68.91 -
YUV 231.95 111.1 108.07 -
System Red Green Blue C M Y K H S L
Decimal 204 252 202 0.19 0 0.20 0.01 117.6 0.89 0.89
Hex CC FC CA 13 0 14 1 76 59 59
Octal 314 374 312 23 0 24 1 166 131 131
Binary 11001100 11111100 11001010 10011 0 10100 1 1110110 1011001 1011001

Color Harmonies of #CCFCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCCA

Black with #CCFCCA

Text Example


Text Example

White with #CCFCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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