Html Css Color HEX #CCF5FA Oyster Bay

📋 copy color: '#CCF5FA'

red 204 ◦ green 245 ◦ blue 250

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

Shades of Oyster Bay #CCF5FA

Tints of Oyster Bay #CCF5FA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.05%

 BLUE value IS 250 (98.05% from 255) = 35.77%

R = 29.18%
G = 35.05%
B = 35.77%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCF5FA (or 0xCCF5FA) is known color: Oyster Bay. HEX triplet: CC, F5 and FA. RGB value is (204,245,250). Sum of RGB (Red+Green+Blue) = 204+245+250=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5FA is #330A05. Grayscale: #E9E9E9. Windows color (decimal): -3344902 or 16446924. OLE color: 16446924.

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

Color convert

RGB 204 245 250 -
CMYK 0.18 0.02 0 0.02
HSL 186.52º 0.82% 0.89% -
HSV(B) 186.52º 0.18% 0.98% -
XYZ 74.81 85.04 102.91 -
YUV 233.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 204 245 250 0.18 0.02 0 0.02 186.52 0.82 0.89
Hex CC F5 FA 12 2 0 2 BB 52 59
Octal 314 365 372 22 2 0 2 273 122 131
Binary 11001100 11110101 11111010 10010 10 0 10 10111011 1010010 1011001

Color Harmonies of #CCF5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF5FA

Black with #CCF5FA

Text Example


Text Example

White with #CCF5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF5FA; }

 p { color: rgb(204,245,250); }

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

background-color css

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

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

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

border-color css

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

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

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