Html Css Color HEX #68FAFD Baby Blue

📋 copy color: '#68FAFD'

red 104 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #68FAFD

Tints of Baby Blue #68FAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 17.13%
G = 41.19%
B = 41.68%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68FAFD (or 0x68FAFD) is known color: Baby Blue. HEX triplet: 68, FA and FD. RGB value is (104,250,253). Sum of RGB (Red+Green+Blue) = 104+250+253=607 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.13% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #68FAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAFD is #970502. Grayscale: #CECECE. Windows color (decimal): -9897219 or 16644712. OLE color: 16644712.

HSL color Cylindrical-coordinate representation of color #68FAFD: hue angle of 181.21º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FAFD is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 250 253 -
CMYK 0.59 0.01 0 0.01
HSL 181.21º 0.97% 0.7% -
HSV(B) 181.21º 0.59% 0.99% -
XYZ 57.62 78.41 105.03 -
YUV 206.69 154.13 54.76 -
System Red Green Blue C M Y K H S L
Decimal 104 250 253 0.59 0.01 0 0.01 181.21 0.97 0.7
Hex 68 FA FD 3B 1 0 1 B5 61 46
Octal 150 372 375 73 1 0 1 265 141 106
Binary 1101000 11111010 11111101 111011 1 0 1 10110101 1100001 1000110

Color Harmonies of #68FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAFD

Black with #68FAFD

Text Example


Text Example

White with #68FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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