Html Css Color HEX #68F2F9 Baby Blue

📋 copy color: '#68F2F9'

red 104 ◦ green 242 ◦ blue 249

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

Shades of Baby Blue #68F2F9

Tints of Baby Blue #68F2F9

RGB

 RED value IS 104 (41.02% from 255) = 17.48%

 GREEN value IS 242 (94.92% from 255) = 40.67%

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 17.48%
G = 40.67%
B = 41.85%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68F2F9 (or 0x68F2F9) is known color: Baby Blue. HEX triplet: 68, F2 and F9. RGB value is (104,242,249). Sum of RGB (Red+Green+Blue) = 104+242+249=595 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.48% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #68F2F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F2F9 is #970D06. Grayscale: #C9C9C9. Windows color (decimal): -9899271 or 16380520. OLE color: 16380520.

HSL color Cylindrical-coordinate representation of color #68F2F9: hue angle of 182.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F2F9 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 242 249 -
CMYK 0.58 0.03 0 0.02
HSL 182.9º 0.92% 0.69% -
HSV(B) 182.9º 0.58% 0.98% -
XYZ 54.56 73.29 100.89 -
YUV 201.54 154.78 58.43 -
System Red Green Blue C M Y K H S L
Decimal 104 242 249 0.58 0.03 0 0.02 182.9 0.92 0.69
Hex 68 F2 F9 3A 3 0 2 B7 5C 45
Octal 150 362 371 72 3 0 2 267 134 105
Binary 1101000 11110010 11111001 111010 11 0 10 10110111 1011100 1000101

Color Harmonies of #68F2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F2F9

Black with #68F2F9

Text Example


Text Example

White with #68F2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68F2F9; }

 p { color: rgb(104,242,249); }

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

background-color css

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

 a { background-color: rgb(104,242,249); }

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

border-color css

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

 span { border-color: rgb(104,242,249); }

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