Html Css Color HEX #68FAF0 Baby Blue

📋 copy color: '#68FAF0'

red 104 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #68FAF0

Tints of Baby Blue #68FAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.09%

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 17.51%
G = 42.09%
B = 40.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#68FAF0 (or 0x68FAF0) is known color: Baby Blue. HEX triplet: 68, FA and F0. RGB value is (104,250,240). Sum of RGB (Red+Green+Blue) = 104+250+240=594 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.51% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAF0 is #97050F. Grayscale: #CDCDCD. Windows color (decimal): -9897232 or 15792744. OLE color: 15792744.

HSL color Cylindrical-coordinate representation of color #68FAF0: hue angle of 175.89º degrees, saturation: 0.94, 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 #68FAF0 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 250 240 -
CMYK 0.58 0 0.04 0.02
HSL 175.89º 0.94% 0.69% -
HSV(B) 175.89º 0.58% 0.98% -
XYZ 55.62 77.61 94.49 -
YUV 205.21 147.63 55.81 -
System Red Green Blue C M Y K H S L
Decimal 104 250 240 0.58 0 0.04 0.02 175.89 0.94 0.69
Hex 68 FA F0 3A 0 4 2 B0 5E 45
Octal 150 372 360 72 0 4 2 260 136 105
Binary 1101000 11111010 11110000 111010 0 100 10 10110000 1011110 1000101

Color Harmonies of #68FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAF0

Black with #68FAF0

Text Example


Text Example

White with #68FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,250,240); }

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

background-color css

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

 a { background-color: rgb(104,250,240); }

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

border-color css

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

 span { border-color: rgb(104,250,240); }

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