Html Css Color HEX #CCEFF1 Oyster Bay

📋 copy color: '#CCEFF1'

red 204 ◦ green 239 ◦ blue 241

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

Shades of Oyster Bay #CCEFF1

Tints of Oyster Bay #CCEFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.94%

 BLUE value IS 241 (94.53% from 255) = 35.23%

R = 29.82%
G = 34.94%
B = 35.23%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCEFF1 (or 0xCCEFF1) is known color: Oyster Bay. HEX triplet: CC, EF and F1. RGB value is (204,239,241). Sum of RGB (Red+Green+Blue) = 204+239+241=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF1 is #33100E. Grayscale: #E4E4E4. Windows color (decimal): -3346447 or 15855564. OLE color: 15855564.

HSL color Cylindrical-coordinate representation of color #CCEFF1: hue angle of 183.24º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFF1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 239 241 -
CMYK 0.15 0.01 0 0.05
HSL 183.24º 0.57% 0.87% -
HSV(B) 183.24º 0.15% 0.95% -
XYZ 71.65 80.92 95.06 -
YUV 228.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 204 239 241 0.15 0.01 0 0.05 183.24 0.57 0.87
Hex CC EF F1 F 1 0 5 B7 39 57
Octal 314 357 361 17 1 0 5 267 71 127
Binary 11001100 11101111 11110001 1111 1 0 101 10110111 111001 1010111

Color Harmonies of #CCEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFF1

Black with #CCEFF1

Text Example


Text Example

White with #CCEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFF1; }

 p { color: rgb(204,239,241); }

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

background-color css

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

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

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

border-color css

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

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

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