Html Css Color HEX #CCEEF3 Onahau

📋 copy color: '#CCEEF3'

red 204 ◦ green 238 ◦ blue 243

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

Shades of Onahau #CCEEF3

Tints of Onahau #CCEEF3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.74%

 BLUE value IS 243 (95.31% from 255) = 35.47%

R = 29.78%
G = 34.74%
B = 35.47%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCEEF3 (or 0xCCEEF3) is known color: Onahau. HEX triplet: CC, EE and F3. RGB value is (204,238,243). Sum of RGB (Red+Green+Blue) = 204+238+243=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEF3 is #33110C. Grayscale: #E4E4E4. Windows color (decimal): -3346701 or 15986380. OLE color: 15986380.

HSL color Cylindrical-coordinate representation of color #CCEEF3: hue angle of 187.69º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEEF3 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 238 243 -
CMYK 0.16 0.02 0 0.05
HSL 187.69º 0.62% 0.88% -
HSV(B) 187.69º 0.16% 0.95% -
XYZ 71.65 80.46 96.55 -
YUV 228.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 204 238 243 0.16 0.02 0 0.05 187.69 0.62 0.88
Hex CC EE F3 10 2 0 5 BC 3E 58
Octal 314 356 363 20 2 0 5 274 76 130
Binary 11001100 11101110 11110011 10000 10 0 101 10111100 111110 1011000

Color Harmonies of #CCEEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEF3

Black with #CCEEF3

Text Example


Text Example

White with #CCEEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEF3; }

 p { color: rgb(204,238,243); }

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

background-color css

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

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

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

border-color css

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

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

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