Html Css Color HEX #CCF6FB Oyster Bay

📋 copy color: '#CCF6FB'

red 204 ◦ green 246 ◦ blue 251

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

Shades of Oyster Bay #CCF6FB

Tints of Oyster Bay #CCF6FB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.09%

 BLUE value IS 251 (98.44% from 255) = 35.81%

R = 29.1%
G = 35.09%
B = 35.81%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCF6FB (or 0xCCF6FB) is known color: Oyster Bay. HEX triplet: CC, F6 and FB. RGB value is (204,246,251). Sum of RGB (Red+Green+Blue) = 204+246+251=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6FB is #330904. Grayscale: #E9E9E9. Windows color (decimal): -3344645 or 16512716. OLE color: 16512716.

HSL color Cylindrical-coordinate representation of color #CCF6FB: hue angle of 186.38º 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 #CCF6FB is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 246 251 -
CMYK 0.19 0.02 0 0.02
HSL 186.38º 0.85% 0.89% -
HSV(B) 186.38º 0.19% 0.98% -
XYZ 75.27 85.71 103.84 -
YUV 234.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 204 246 251 0.19 0.02 0 0.02 186.38 0.85 0.89
Hex CC F6 FB 13 2 0 2 BA 55 59
Octal 314 366 373 23 2 0 2 272 125 131
Binary 11001100 11110110 11111011 10011 10 0 10 10111010 1010101 1011001

Color Harmonies of #CCF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6FB

Black with #CCF6FB

Text Example


Text Example

White with #CCF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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